.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #59c0e1;
  background-image: -moz-linear-gradient(top, #59c0e1, #59c0e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59c0e1), to(#59c0e1));
  background-image: -webkit-linear-gradient(top, #59c0e1, #59c0e1);
  background-image: -o-linear-gradient(top, #59c0e1, #59c0e1);
  background-image: linear-gradient(to bottom, #59c0e1, #59c0e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59c0e1', endColorstr='#ff59c0e1', GradientType=0);
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
}